Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding usd package #16666

Closed
wants to merge 13 commits into from
Closed

Adding usd package #16666

wants to merge 13 commits into from

Conversation

traversaro
Copy link
Contributor

@traversaro traversaro commented Oct 28, 2021

Checklist

  • Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml".
  • License file is packaged (see here for an example).
  • Source is from official source.
  • Package does not vendor other packages. (If a package uses the source of another package, they should be separate packages or the licenses of all packages need to be packaged).
  • If static libraries are linked in, the license of the static library is packaged.
  • Build number is 0.
  • A tarball (url) rather than a repo (e.g. git_url) is used in your recipe (see here for more details).
  • GitHub users listed in the maintainer section have posted a comment confirming they are willing to be listed there.
  • When in trouble, please check our knowledge base documentation before pinging a team.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/usd) and found it was in an excellent condition.

@traversaro traversaro changed the title Add usd package Adding usd package Oct 28, 2021
@traversaro
Copy link
Contributor Author

traversaro commented Oct 28, 2021

This was just an exploratory PR, I will close it but if anyone is interested in picking up feel free to do.

Current recap:

  • Windows build fails with:
[964/1641] Building CXX object pxr\base\work\CMakeFiles\testWorkThreadLimits.dir\testenv\testWorkThreadLimits.cpp.obj
FAILED: pxr/base/work/CMakeFiles/testWorkThreadLimits.dir/testenv/testWorkThreadLimits.cpp.obj 
C:\PROGRA~2\MICROS~1\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe  /nologo /TP -DBOOST_ALL_DYN_LINK -DBOOST_PYTHON_NO_PY_SIGNATURES -DGLX_GLXEXT_PROTOTYPES -DGL_GLEXT_PROTOTYPES -DNOMINMAX -DOPENEXR_DLL -DPXR_PYTHON_ENABLED=1 -DYY_NO_UNISTD_H -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -I%SRC_DIR%\build\pxr\base\work -I%SRC_DIR%\pxr\base\work -I%SRC_DIR%\build\include -I%PREFIX%\Library\include /EHsc /Zc:rvalueCast /Zc:strictStrings /Zc:inline /W3 /bigobj /Zi /MP /Gm- /wd4244 /wd4305 /wd4267 /wd4506 /wd4091 /wd4273 /wd4180 /wd4334 /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG -std:c++14 /showIncludes /Fopxr\base\work\CMakeFiles\testWorkThreadLimits.dir\testenv\testWorkThreadLimits.cpp.obj /Fdpxr\base\work\CMakeFiles\testWorkThreadLimits.dir\ /FS -c %SRC_DIR%\pxr\base\work\testenv\testWorkThreadLimits.cpp
TBB Warning: tbb/task.h is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual.
%SRC_DIR%\pxr\base\work\testenv\testWorkThreadLimits.cpp(66): error C2039: 'max': is not a member of 'std'
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\include\set(18): note: see declaration of 'std'
%SRC_DIR%\pxr\base\work\testenv\testWorkThreadLimits.cpp(66): error C2065: 'max': undeclared identifier
%SRC_DIR%\pxr\base\work\testenv\testWorkThreadLimits.cpp(66): error C2062: type 'int' unexpected
%SRC_DIR%\pxr\base\work\testenv\testWorkThreadLimits.cpp(123): error C2039: 'max': is not a member of 'std'
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\include\set(18): note: see declaration of 'std'
%SRC_DIR%\pxr\base\work\testenv\testWorkThreadLimits.cpp(123): error C3861: 'max': identifier not found
%SRC_DIR%\pxr\base\work\testenv\testWorkThreadLimits.cpp(128): error C2039: 'max': is not a member of 'std'
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\include\set(18): note: see declaration of 'std'
%SRC_DIR%\pxr\base\work\testenv\testWorkThreadLimits.cpp(128): error C3861: 'max': identifier not found
[965/1641] Linking CXX executable pxr\base\trace\testTraceCategory.exe

This is the usual min/max macro problem, can be solved by disabling min/max macro definition or by just disabling test on Windows.

@traversaro
Copy link
Contributor Author

I started again working on this. The first step is #27800. After that, I tried to compile OpenUSD 24.08 in both apt and conda-forge, and the conda-forge build is failing with:

(usdws) traversaro@IITBMP014LW012:~/usdwsapt/OpenUSD/buildconda$ ninja -j1
[1/48] Linking CXX executable pxr/base/vt/testVtCpp
FAILED: pxr/base/vt/testVtCpp
: && /home/traversaro/usdwsapt/.pixi/envs/default/bin/x86_64-conda-linux-gnu-c++ -Wall -Wformat-security -pthread -Wno-deprecated -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wno-placement-new -Wno-maybe-uninitialized -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/traversaro/usdwsapt/.pixi/envs/default/include -O3 -DNDEBUG -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,--allow-shlib-undefined -Wl,-rpath,/home/traversaro/usdwsapt/.pixi/envs/default/lib -Wl,-rpath-link,/home/traversaro/usdwsapt/.pixi/envs/default/lib -L/home/traversaro/usdwsapt/.pixi/envs/default/lib pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o -o pxr/base/vt/testVtCpp  -Wl,-rpath,/home/traversaro/usdwsapt/OpenUSD/buildconda:/home/traversaro/usdwsapt/installconda/lib:  libusd_ms.so  -ldl  -lm  /home/traversaro/usdwsapt/.pixi/envs/default/lib/libpython3.11.so  /home/traversaro/usdwsapt/.pixi/envs/default/lib/libboost_python311.so.1.85.0  /home/traversaro/usdwsapt/.pixi/envs/default/lib/libGL.so  /home/traversaro/usdwsapt/.pixi/envs/default/lib/libtbb.so  /home/traversaro/usdwsapt/.pixi/envs/default/lib/libX11.so  /home/traversaro/usdwsapt/.pixi/envs/default/lib/libXext.so  /home/traversaro/usdwsapt/installconda/lib/libosdCPU.so  /home/traversaro/usdwsapt/installconda/lib/libosdGPU.so  /home/traversaro/usdwsapt/.pixi/envs/default/lib/libtbb.so  /home/traversaro/usdwsapt/.pixi/envs/default/lib/libX11.so  /home/traversaro/usdwsapt/.pixi/envs/default/lib/libXext.so  /home/traversaro/usdwsapt/installconda/lib/libosdCPU.so  /home/traversaro/usdwsapt/installconda/lib/libosdGPU.so && :
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `void pxrInternal_v0_24__pxrReserved__::VtArray<double>::resize<testArray()::{lambda(double*, double*)#1}>(unsigned long, testArray()::{lambda(double*, double*)#1}&&) [clone .isra.0]':
testVtCpp.cpp:(.text._ZN32pxrInternal_v0_24__pxrReserved__7VtArrayIdE6resizeIZL9testArrayvEUlPdS3_E_EEvmOT_.isra.0+0x11e): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, std::enable_if<!std::is_integral<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >::value, void>::type*)':
testVtCpp.cpp:(.text._ZN32pxrInternal_v0_24__pxrReserved__7VtArrayIiEC2IN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEEEET_SA_PNSt9enable_ifIXntsrSt11is_integralISA_E5valueEvE4typeE[_ZN32pxrInternal_v0_24__pxrReserved__7VtArrayIiEC5IN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEEEET_SA_PNSt9enable_ifIXntsrSt11is_integralISA_E5valueEvE4typeE]+0x193): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `testArray() [clone .cold]':
testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x5): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x10): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x1b): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x26): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x31): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x3c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x61): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x6c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x75): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x80): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x8b): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o:testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x94): more undefined references to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()' follow
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `testArray() [clone .cold]':
testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0xc0): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0xd3): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0xde): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x105): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x113): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x11e): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x12c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x13a): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x145): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o:testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x14e): more undefined references to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()' follow
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `testArray() [clone .cold]':
testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x167): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x175): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x17e): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x18c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x197): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x1a4): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x1de): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x1e7): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x205): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x213): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x21e): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x22c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x237): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o:testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x254): more undefined references to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()' follow
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `testArray() [clone .cold]':
testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x29c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x2aa): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x2b8): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x329): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x36b): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x458): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x48f): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x49a): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x4ec): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testArrayv+0x51a): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `testArray()':
testVtCpp.cpp:(.text._ZL9testArrayv+0x3d): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::VtArray(unsigned long)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2ce): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x5d6): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<double> const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x5df): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x5fa): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x61d): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x68c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<double> const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x69f): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<double> const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x876): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x893): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x97b): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x986): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::VtArray(unsigned long)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x9c9): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x9e6): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0xa55): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0xdf8): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0xe32): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0xe3d): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0xe52): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::VtArray(unsigned long)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0xef5): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0xf7e): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0xfd0): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x1047): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x10e5): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o:testVtCpp.cpp:(.text._ZL9testArrayv+0x1137): more undefined references to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DetachIfNotUnique()' follow
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `testArray()':
testVtCpp.cpp:(.text._ZL9testArrayv+0x1c31): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x1c44): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(unsigned long)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x1c5c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x1d0b): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x1d16): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x1d37): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x1d84): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x1dc7): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x1e0b): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x1e4f): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x1ed0): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o:testVtCpp.cpp:(.text._ZL9testArrayv+0x1f13): more undefined references to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()' follow
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `testArray()':
testVtCpp.cpp:(.text._ZL9testArrayv+0x206a): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x20dc): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2137): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2142): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x214b): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2177): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2183): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x21cb): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x21d7): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x221f): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x222b): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2234): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x227c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2288): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2291): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x22d9): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x236d): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x23b5): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2401): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x24e2): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2501): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2539): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2542): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2775): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2835): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2863): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x28e4): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x28f2): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::operator==(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&) const'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2903): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2937): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x295a): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2983): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x29f8): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2a06): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::operator==(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&) const'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2a17): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2a4b): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2a67): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2a90): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2b19): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2b27): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::operator==(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&) const'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2b38): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2b6c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2b97): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2bc0): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2c31): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2c3f): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::operator==(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&) const'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2c50): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2c84): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2caf): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2cd8): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2ce4): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2d70): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2d7c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::operator==(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&) const'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2d8d): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2dbf): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2e41): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2e4f): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::operator==(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&) const'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2e60): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2e6e): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2e77): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2ea0): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2eac): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2f1d): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2f29): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::operator==(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&) const'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2f3a): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2f6c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x2ff6): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x3004): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::operator==(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&) const'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x301c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x3027): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x3030): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x30d8): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x317e): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x3285): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x32b2): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x32bb): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x33ed): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o:testVtCpp.cpp:(.text._ZL9testArrayv+0x3415): more undefined references to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()' follow
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `testArray()':
testVtCpp.cpp:(.text._ZL9testArrayv+0x34c3): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x3655): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x3685): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x3a5c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x3ad1): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x3c2c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x3c37): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x3c42): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x3c4d): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x3c58): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testArrayv+0x3c63): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `testTypedVtValueProxy() [clone .cold]':
testVtCpp.cpp:(.text.unlikely._ZL21testTypedVtValueProxyv+0xa1): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL21testTypedVtValueProxyv+0xca): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `testTypedVtValueProxy()':
testVtCpp.cpp:(.text._ZL21testTypedVtValueProxyv+0x494): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::VtArray(std::initializer_list<float>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL21testTypedVtValueProxyv+0x4bc): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<float> const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL21testTypedVtValueProxyv+0x533): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL21testTypedVtValueProxyv+0x943): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::operator==(pxrInternal_v0_24__pxrReserved__::VtArray<float> const&) const'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL21testTypedVtValueProxyv+0x991): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `testVisitValue() [clone .cold]':
testVtCpp.cpp:(.text.unlikely._ZL14testVisitValuev+0x155): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<pxrInternal_v0_24__pxrReserved__::GfVec3d>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL14testVisitValuev+0x163): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `testVisitValue()':
testVtCpp.cpp:(.text._ZL14testVisitValuev+0xef): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::VtArray(unsigned long)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL14testVisitValuev+0x11a): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL14testVisitValuev+0x5a7): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<pxrInternal_v0_24__pxrReserved__::GfVec3d>::VtArray(unsigned long)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL14testVisitValuev+0x656): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<pxrInternal_v0_24__pxrReserved__::GfVec3d>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `testValue() [clone .cold]':
testVtCpp.cpp:(.text.unlikely._ZL9testValuev+0x8d6): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testValuev+0x903): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testValuev+0x90e): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testValuev+0x919): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testValuev+0x9d0): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<pxrInternal_v0_24__pxrReserved__::GfVec2i>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testValuev+0x9db): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<pxrInternal_v0_24__pxrReserved__::GfVec2i>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testValuev+0xa92): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testValuev+0x10f7): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely._ZL9testValuev+0x12f5): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `testValue()':
testVtCpp.cpp:(.text._ZL9testValuev+0xb1d): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::VtArray(unsigned long)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0xb6b): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x5ae8): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x7405): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<pxrInternal_v0_24__pxrReserved__::GfVec2i>::VtArray(unsigned long)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x7415): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<pxrInternal_v0_24__pxrReserved__::GfVec2i>::VtArray(unsigned long)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x7640): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<pxrInternal_v0_24__pxrReserved__::GfVec2i>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x764b): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<pxrInternal_v0_24__pxrReserved__::GfVec2i>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x765e): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::VtArray(unsigned long)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x7695): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x76ac): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x76c4): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DetachIfNotUnique()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x77c8): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<double> const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x77d1): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x7828): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x791f): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<float> const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x7928): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x797f): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x79b8): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::operator==(pxrInternal_v0_24__pxrReserved__::VtArray<float> const&) const'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x7a33): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<double>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x7a3e): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text._ZL9testValuev+0x7a49): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `main.cold':
testVtCpp.cpp:(.text.unlikely.main+0x8): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely.main+0x10a): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.unlikely.main+0x113): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: pxr/base/vt/CMakeFiles/testVtCpp.dir/testenv/testVtCpp.cpp.o: in function `main':
testVtCpp.cpp:(.text.startup.main+0x23c): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.startup.main+0x2a9): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(pxrInternal_v0_24__pxrReserved__::VtArray<int> const&)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.startup.main+0x2f1): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.startup.main+0x2fa): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<int>::_DecRef()'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.startup.main+0x3ce): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::VtArray(unsigned long)'
/home/traversaro/usdwsapt/.pixi/envs/default/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: testVtCpp.cpp:(.text.startup.main+0x3f6): undefined reference to `pxrInternal_v0_24__pxrReserved__::VtArray<float>::_DecRef()'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.

interesting, the symbols are there in libusd_ms.so in the conda-compiled library, but they are local, while in the apt-compiled the symbols are there and visible from outside. Symbols in openusd with conda-forge dependencies:

(usdws) traversaro@IITBMP014LW012:~/usdwsapt/OpenUSD/buildconda$ nm -s -C ./libusd_ms.so | grep "VtArray" | grep initializer | grep int
0000000000aa3380 W pxrInternal_v0_24__pxrReserved__::VtArray<int>::assign(std::initializer_list<int>)
0000000000aa3290 t pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)
0000000000aa3290 t pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)
0000000000aa3560 W pxrInternal_v0_24__pxrReserved__::VtArray<int>::operator=(std::initializer_list<int>)
0000000000aa4b10 W pxrInternal_v0_24__pxrReserved__::VtArray<unsigned int>::assign(std::initializer_list<unsigned int>)
0000000000aa4860 W pxrInternal_v0_24__pxrReserved__::VtArray<unsigned int>::VtArray(std::initializer_list<unsigned int>)
0000000000aa4860 W pxrInternal_v0_24__pxrReserved__::VtArray<unsigned int>::VtArray(std::initializer_list<unsigned int>)
0000000000aa4950 W pxrInternal_v0_24__pxrReserved__::VtArray<unsigned int>::operator=(std::initializer_list<unsigned int>)

symbols in openusd with apt dependencies:

traversaro@IITBMP014LW012:~/usdwsapt/OpenUSD/build$ nm -s -C ./libusd_ms.so | grep "VtArray" | grep initializer | grep int
0000000000e35b30 W pxrInternal_v0_24__pxrReserved__::VtArray<int>::assign(std::initializer_list<int>)
0000000000e35a20 W pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)
0000000000e35a20 W pxrInternal_v0_24__pxrReserved__::VtArray<int>::VtArray(std::initializer_list<int>)
0000000000e35d00 W pxrInternal_v0_24__pxrReserved__::VtArray<int>::operator=(std::initializer_list<int>)
0000000000e371c0 W pxrInternal_v0_24__pxrReserved__::VtArray<unsigned int>::assign(std::initializer_list<unsigned int>)
0000000000e370b0 W pxrInternal_v0_24__pxrReserved__::VtArray<unsigned int>::VtArray(std::initializer_list<unsigned int>)
0000000000e370b0 W pxrInternal_v0_24__pxrReserved__::VtArray<unsigned int>::VtArray(std::initializer_list<unsigned int>)
0000000000e37390 W pxrInternal_v0_24__pxrReserved__::VtArray<unsigned int>::operator=(std::initializer_list<unsigned int>)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants